home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Tphong.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  194b  |  11 lines

  1. #ifndef _Tphong_H_
  2. #define _Tphong_H_
  3.  
  4. enum
  5. {
  6.     PHONGTAG_PHONG_ANGLELIMIT        = 1001, // Bool
  7.     PHONGTAG_PHONG_ANGLE                = 1002, // Real
  8.     PHONGTAG_PHONG_USEEDGES            = 1003  // Bool
  9. };
  10.  
  11. #endif